home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / the_octopus-show.swf / scripts / DefineButton2_171 / BUTTONCONDACTION on(release, keyPress Enter).as
Text File  |  2008-03-13  |  191b  |  9 lines

  1. on(release, keyPress "<Enter>"){
  2.    if(newName != "PLEASE ENTER YOUR NAME")
  3.    {
  4.       _root.Poster.name = newName;
  5.       _root.Poster.score = _root.score;
  6.       _root.play();
  7.    }
  8. }
  9.